projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa84f7
)
(decompose-region): Use
author
Kenichi Handa
<handa@m17n.org>
Wed, 17 Feb 1999 12:39:48 +0000
(12:39 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 17 Feb 1999 12:39:48 +0000
(12:39 +0000)
insert-buffer-substring instead of insert-buffer to avoid putting
mark.
lisp/international/mule-util.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-util.el
b/lisp/international/mule-util.el
index ae13446ca6b3d0f460aa974da3ece634be5246ad..1c71791e8ebcaf759f7497f8d3fb94ca413426b6 100644
(file)
--- a/
lisp/international/mule-util.el
+++ b/
lisp/international/mule-util.el
@@
-344,7
+344,7
@@
positions (integers or markers) specifying the region."
(set-buffer buf)
(goto-char start)
(delete-region start end)
- (insert-buffer tempbuf))))))
+ (insert-buffer
-substring
tempbuf))))))
;;;###autoload
(defun decompose-string (string)